@charset "utf-8";
/*
Theme Name: XS聪厨主题
Author: 小兽
Author URI: http://www.seo628.com
Deyfription: 小兽WordPress，服务QQ448696976。
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensings 
Text Domain: xs
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,figure {
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
body{
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, '宋体';
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}
b,strong{font-weight:bold;}
a,a:focus{
	text-decoration: none;
	color: #666;
}
a:hover{
	color: #000;
	text-decoration: none;
}
a,button,input{ 
outline: none;
}
img {
    max-width: 100%;
    max-height:100%;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
.alignleft {
display:inline;
float:left;
margin-right:1.625em;
}
.alignright {
display:inline;
float:right;
margin-left:1.625em;
}
.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}

.home .add {
     position: absolute !important;
}
.header-logo{
}
.logo-url{
	height:60px;
	line-height:60px;
	font-size:24px;
	font-weight:bold;
}
.logo-url img{max-height:92px;width:auto;display:block;}

.header-menu ul li{
	margin-right:50px;
	float:left;
	position:relative;
}

.header-menu>ul>li>a{
    display: block;
    font-size: 16px;
    position: relative;
    padding: 0;
    color: #000;
	height: 92px;
    line-height: 92px;
}

.header-menu>ul>li>a:before {
    content: "";
    width: 0;
    height: 3px;
    bottom: -1px;
    z-index: 9999999;
    background: #ff001e;
    opacity: 0;
    position: absolute;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.header-menu-con > li > a:hover:before {
    opacity: 1;
    width: 100%;
}
.home .header-menu>ul>li>a{color:#ffffff;}
 #slider .icon {
    background: url(images/arrows.png) no-repeat;
}
#slider img{max-width:100%;max-height:100%;}
#slider .icon-arrows-left {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 25px;
    height: 39px;
    z-index: 10;
    background-position: 0 0;
    cursor: pointer;
}
#slider .icon-arrows-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 25px;
    height: 39px;
    background-position: -25px 0;
    z-index: 10;
    cursor: pointer;
}

#content{
    position: relative;
}

.p60{padding-top:65px;padding-bottom:65px;}
.p40{padding-top:40px;padding-bottom:40px;}
.section-info{
	margin-bottom:50px;
	max-width: 1024px;
    margin-right: auto;
	margin-left: auto;
	    position: relative;
    z-index: 2;
}
.section-info a:hover{
	color:#fff;
}
.section-info h2.tit{
	font-size: 40px;
    color: #000;
    font-weight: bold;
}
.section-info p.con {
    font-size: 18px;
    color: #666;
	margin:20px auto 0;
	line-height:2;
}

/* 产品中心样式开始 */
.ipro-img img{
	max-width:100%;
	height:auto;
	display:block;
}
.ipro-img ul li a{
	display:block;
}
.ipro-img .pro-info{
    padding: 6% ;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #fff;
	background-color: rgba(0,0,0,0.6);
}
.ipro-img .pro-info h3.tit {
    color: #fff;
    font-size: 20px;
}
.ipro-img .pro-info p.con {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
#gallery-1 img{padding:10px;border:none !important;}
.product-list{overflow:hidden;}
.product-list li{margin-bottom:30px;}
.product-list li a{
	display:block;
	overflow:hidden
}
.product-list li a .pro-info{
	overflow:hidden;
	background-color:#eeeeee;
	padding:20px;
	text-align:center;
	
}
.product-list li a .pro-info .pro-tit{
	font-size:16px;
	margin-bottom:10px;
	height:20px;
	overflow:hidden;
}
 .page-nav {
  text-align: center;
  line-height: 28px;
}
 .page-nav a,
 .page-nav span {
  display: inline-block;
  height: 28px;
  border: 1px solid #9d9d9d;
  padding: 0 10px;
  font-size: 14px;
  color: #595959;
  margin: 0 1px;
  vertical-align: top;
}
.page-nav .current {
  background: #ff001e;
  color: #fff;
  text-decoration: none;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ff001e;
}
/* 产品中心样式结束 */


/* 关于公司样式开始 */
.iabout {
    position: relative;
}
.iabout:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.iabout h2.tit,.iabout p.con{
	color:#fff;
}
.imore {
    display: block;
    margin: 24px auto;
    width: 20%;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(255,255,255,0.8);
    text-align: center;
    color: #fff;
}
.iabt_btn {
    padding-top: 10px;
}
.wrap-853 {

}
.iabout .iabt_btn li{
    color: #fff;
    text-align: center;
	    position: relative;
    z-index: 2;
}
.iabout .iabt_btn li .number-box {
    font-size: 22px;
    color: #fff;
    display: block;
}
.iabout .iabt_btn li .number-box .number {
    font-size: 60px;
    font-family: Arial;
    line-height: 60px;
    font-weight: bold;
}
.iabout .iabt_btn li .number-text {
    font-size: 16px;
    padding-top: 10px;
	display:inline-block;
}
/* 关于公司样式结束 */


/* 新闻动态样式开始 */

.inews-img .news-info {
    padding:6%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #fff;
	    background-color: rgba(0,0,0,0.6);
}
.news-info .con{
    font-size: 16px;
    margin-top: 10px;
	    height: 22px;
    overflow: hidden;
}
.inews-list li {
    clear: both;
    overflow: hidden;
    padding-bottom: 5px ;
	margin-bottom:5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f3f3f3;
}
.inews-list li:last-child{
	margin-bottom:0;
}
.inews-list ._date1 {
    width: 110px;
    float: left;
    color: #c8c8c8;
    
    line-height: 1.5;
    margin-right: 30px;
    padding-top: 10px;
    text-align: right;
    font-family: kalinga,Arial;
}
.inews-list li:hover ._date1 a {
    color: #E75827;
}
.inews-list ._date1 a{
font-size: 38px;
}
.inews-list ._date1 ._d1 {
    font-size: 12px;
    display: block;
    text-align: right;
    margin-bottom: -10px;
}
.inews-list ._intro {
    overflow: hidden;
}
.inews-list ._title {
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.inews-list li:hover ._title {
    font-weight: bold;
}
.inews-list ._text {
    line-height: 1.6em;
    height: 3.2em;
    overflow: hidden;
    color: #666;
}
/* 新闻动态样式结束 */



#footer {
    background-color: #232323;
    color: #fff;
    font-size: 13px;
}
.footer-top{
	padding:70px 0;
}
.footer-top h3{
    font-size: 20px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.footer-top h3:after {
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e75826;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer-top ul li a{
    color: #a7abb0;
    line-height: 2;
	display:block;
}
.footer-top ul li a:hover{
	color:#ffffff;
}
.footer-top .tel{
	color: #a7abb0;
	  line-height: 2;
}
 .img-wechat {
	text-align: center;
}
 .img-wechat img{
     max-width: 50%;
    margin: auto;
    display: block;
 }
.img-wechat .text{
	color: #fdfdfd;
	margin-top:5px;
	display:inline-block;
}


.sidebar .widget_nav_menu ul {
    border-left: 4px solid #eee;
    padding: 20px 0;
}
.sidebar .widget_nav_menu ul li{
    padding-left: 30px;
    margin-left: -4px;
    border-left: 4px solid transparent;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.sidebar .widget_nav_menu ul li:hover{
	border-left: 4px solid #B83C23;
}
.sidebar .widget_nav_menu ul li:hover a{
	color: #B83C23;
	    font-size: 15px;
    font-weight: bold;
}
.sidebar .widget_nav_menu li.current-menu-item {
    border-left: 4px solid #B83C23;
}
.sidebar .widget_nav_menu li.current-menu-item a {
	color: #B83C23;
	font-size: 15px;
    font-weight: bold;
}
.cat-nav {
	padding-bottom:40px;
	text-align:center;
} 
.cat-nav ul li{
	display:inline-block;
}
.cat-nav ul li a{
	display:inline-block;
	font-size:16px;
	background-color:#ccc;
	color:#000;
	font-weight:bold;
	padding:10px 15px;
	margin:0 20px;
} 
.cat-nav ul li.current-menu-item a,.cat-nav ul li a:hover{
	color:#ffffff;
	background-color:red;
}


.entry-meta{
	padding-bottom:30px;
	overflow:hidden;
	line-height: 33px;
}
.entry-meta .tit {
    font-size: 30px;
    font-weight: bold;
    color: #3b3b3b;
    float: left;
}
.entry-meta  .crumbs{
	float:right;
	font-size: 13px;
    color: #afafaf;
}
.post .entry-meta  .crumbs{
	float:left !important ;
}
.entry-meta  .crumbs a{
	font-size: 13px;
    color: #afafaf;
}
.entry-meta  .crumbs a:hover{
	color: #B83C23;
}

.entry-content p{
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.75;

}
.entry-content i{
	margin-right:10px;
}
.entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 15px;
}
.entry-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 15px;
}
.entry-content img{max-width:100%;height: auto;}
.content .entry-content a {
    font-weight: bold;
	text-decoration: underline;
	color:#333;
	font-size:16px;
}
.text-center img{max-width:100%;height:auto;}
.content .entry-content a:hover {
	text-decoration: none;
	color:#666;
}
.entry-content p.intro {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4;
}
.entry-content > ul {
    list-style: diyf;
    margin-bottom: 20px;
    padding-left: 40px;
}
.entry-content> ul li {
    list-style: diyf;
    font-size: 16px;
    line-height: 1.75;
}
.entry-content blockquote{
  padding: 20px;
  background: #f5f5f5;
}
.entry-content blockquote {
  margin: 0 0 20px;
}
.content-list article {
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
	margin-bottom:30px;
}
.content-list .entry-img a img {
  max-width: 100%;
  height: auto;
}
.content-list .entry-content h2 {
  margin: 10px 0;
}
.content-list .entry-content h2 a {
  font-size: 20px;
  font-weight: bold;
}
 .content-list .entry-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}
 .content-list .entry-content .entry-meta {
  color: #9baab6;
  line-height: 25px;
}
.content-list .entry-content .entry-meta a {
  margin: 0 5px;
  font-size: 12px;
  color: #9baab6;
}
.content-list .page-nav {
  text-align: center;
  padding: 20px 0 20px;
  line-height: 28px;
}
.content-list .page-nav a,
.content-list .page-nav span {
  display: inline-block;
  height: 28px;
  border: 1px solid #9d9d9d;
  padding: 0 10px;
  font-size: 14px;
  color: #595959;
  margin: 0 1px;
  vertical-align: top;
}
.content-list .page-nav .current {
  background: #ff001e;
  color: #fff;
  text-decoration: none;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ff001e;
}
.single-header{margin-bottom:10px;border-bottom: 1px dotted #cccccc;}
.single-header h1 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
	text-align:center;
}

 .single-header .single-meta {
  overflow: hidden;
  padding: 10px;   
    color: #999999;
}
 .single-header .single-meta .author,
 .single-header .single-meta .time {
  float: left;
  margin-right: 10px;
  line-height: 36px;
}
 .single-header .single-meta .bdsharebuttonbox {
  float: right;
  line-height: 36px;
}
#nav-single{padding-bottom:20px;}
#nav-single div{
	    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}




.cp-img {
    padding: 10px;
    border: 1px #dcdcdc solid;
}
.product-con .cp-img {
  padding: 10px;
  border: 1px #dcdcdc solid;
}
.product-con .cp-img .swiper-pagination {
  bottom: 0 !important;
}
.product-con .cp-info h1 {
  font-size: 32px;
  font-weight: bold;
  color: #323232;
  margin: 20px 0;
  line-height:1.42;
}
.product-con .cp-cat  {
  font-size: 18px;
  margin-bottom: 30px;
}
.product-con .cp-cat a {
  font-size: 18px;
  font-weight: bold;
    color: #323232;
}
.product-con .cp-info p {
  line-height: 2;
  color: #7f7f7f;
}
.product-con .cp-info p strong {
  font-weight: bold;
}
.product-con .cp-info .cp-des {
	padding: 30px 0 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 35px;
}
.product-con .cp-info .cp-des h3
{
    font-size: 16px;
    color: #414141;
    line-height: 1;
    margin-bottom: 20px;
}
.product-con .cp-info .cp-buy a {
  text-decoration: underline;
}
.product-con .lx-btn p {
  font-weight: bold;
   color: #323232;
  
}
.product-con .lx-btn p  span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #323232;
}
.product-con .lx-btn p a {
  font-size: 20px;
}
.con1{overflow:hidden;}
.product-con .con2 {
  margin-top: 30px;
}
.product-con .con2 .h3-title {
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px dashed #959595;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product-con .con2 p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.product-con .con2 h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px 15px;
}
.product-con .con2 h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0px 15px;
}
.product-con .con2 strong {
  font-weight: bold;
}
.icon {
  background: url(images/arrows.png) no-repeat;
}
.icon-arrows-left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 25px;
  height: 39px;
  z-index: 10;
  background-position: 0 0;
  cursor: pointer;
}
.icon-arrows-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 25px;
  height: 39px;
  background-position: -25px 0;
  z-index: 10;
  cursor: pointer;
}
.title-con {
	margin-bottom:20px;
}
.title-con  h3{
	font-size: 20px;
    color: #323232;
	font-weight: bold;
}
.cp-xg ul li a{
	    border: 1px #dcdcdc solid;
		display:block;
		padding:10px;
		text-align: center;
}
.cp-xg ul li:hover a{
border: 1px #ff001e solid;
}
.cp-xg ul li a p{
	margin-top:10px;
    overflow: hidden;
}
/* 产品详情页样式结束 */
.mini {
    position: relative;
}
.single-info {
  color: #323232;
  border-bottom: 1px dashed #959595;
  padding-bottom: 20px;
  margin: 20px 0;
  overflow: hidden;
}
.footer-btm {
    border-top: 1px solid #2f2f2f;
    color: #a7abb0;
	padding:20px 0;
	}
.footer-btm a{  color: #a7abb0;}
.link {overflow:hidden;}
.link  h3{font-size:16px;margin-bottom:10px; float: left;}
.link ul li {
    float: left;
    margin: 0 10px 10px 0;
}
.link ul li  a:hover{
	color:#ffffff;
}
.mall ul{border:1px #2b2b2b solid;overflow:hidden;text-align: center;}
.mall ul li{
	    display: inline-block;
	border-right:1px #747474 dashed;
	
}
.mall ul li:last-child{border:none;}
.mall ul li:last-child a{margin:auto;}
.mall ul li a{
	display: inline-block;
	padding:20px 40px;
	color:#656565;
	font-size:42px;
	font-weight:bold;
}
.mall ul li a:hover{color:#ffffff;}